home *** CD-ROM | disk | FTP | other *** search
- if(_root.arrNumber.length)
- {
- _root.vol3.start();
- _root.funcPlus();
- e = 0;
- while(e < _root.arrNumber.length)
- {
- eval("_root.mcB.mcM" + _root.arrNumber[e]).nType = "";
- eval("_root.mcB.mcM" + _root.arrNumber[e] + ".mcC").gotoAndStop("flC");
- eval("_root.mcB.mcM" + _root.arrNumber[e] + ".mcM").gotoAndPlay("flE2");
- eval("_root.mcB.mcM" + _root.arrNumber[e] + ".mcM").gotoAndPlay("flE2");
- eval("_root.mcB.mcM" + _root.arrNumber[e] + ".mcM").gotoAndPlay("flE2");
- eval("_root.mcB.mcM" + _root.arrNumber[e] + ".mcM").gotoAndPlay("flE2");
- e++;
- }
- }
- else
- {
- _root.funcTest();
- if(_root.nTest == 0 || _root.isGame == 0)
- {
- this.gotoAndPlay("flB");
- }
- else
- {
- if(_root.mcP.nA1 >= _root.nTarget & _root.mcP.nA2 >= _root.nTarget & _root.mcP.nA3 >= _root.nTarget & _root.mcP.nA4 >= _root.nTarget & _root.mcP.nA5 >= _root.nTarget & _root.mcP.nA6 >= _root.nTarget & _root.mcP.nA7 >= _root.nTarget)
- {
- if(_root.arrAnimal.length)
- {
- g = 0;
- while(g < _root.arrAnimal.length)
- {
- if(_root.arrAnimal[g] == _root.nFinishAnimal)
- {
- _root.isPause = 0;
- _root.isGame = 0;
- _root.isTimeStart = 0;
- _root.mcB.mcS.funcInit();
- _root.mcP.gotoAndStop("flD");
- _root.gotoAndPlay("flF");
- }
- g++;
- }
- }
- if(_root.mcKC.arrAnimal.length)
- {
- f = 0;
- while(f < _root.mcKC.arrAnimal.length)
- {
- if(_root.mcKC.arrAnimal[f] == _root.nFinishAnimal)
- {
- _root.isPause = 0;
- _root.isGame = 0;
- _root.isTimeStart = 0;
- _root.mcB.mcS.funcInit();
- _root.mcP.gotoAndStop("flD");
- _root.gotoAndPlay("flF");
- }
- f++;
- }
- }
- }
- if(_root.mission_num <= 0)
- {
- _root.mission_num = 0;
- _root.Game_play = false;
- _root.gotoAndPlay("re");
- }
- this.gotoAndStop(1);
- }
- }
-